//Filename: xor_dim_02.vpo
//Plain text file with .vpo (=Vector Precedes Output) data.
//Double division // (as with C and C++) used for comments.
//For each vector, coordinate values and DO (=Designated Output) placed in single line, output at line end.
//All values separated by spaces and/or tabs.
//
//Generated by xor_gen.exe
//Dimension: 2
//Number of vectors: 4
//Number of 1-vecs: 2
//Number of 0-vecs: 2
//This file contains all binary vectors for XOR problem in dimension 2
//Actual number of vectors used to build NN will be selected by user at runtime.
//
 0.0000  0.0000  0 
 0.0000  1.0000  1 
 1.0000  0.0000  1 
 1.0000  1.0000  0 
